1 #ifndef SIMPLE_H_
2 #define SIMPLE_H_
3 
4 int simple_function(void);
5 
6 #endif
7